/*EJEMPLO:  ;@media (min-width: 800px) and (max-width: 1200px) {}*/

/*==================================================================MOBILE 320===========================================================*/
@media only screen and (max-width: 320px) {
    .desktop{
        display: none;
    }
    .responsive{
        display: block;
    }
    .slide-index {
        position: relative;
        width: 100%;
        height: 600px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 150px;
        top: 10px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 30px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        width: 70%;
        margin: 0 auto;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 8px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 20px;
        text-align: left;
        padding-top: 2px;
        padding-left: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 36px;
        line-height: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 95%;
        margin: 50px auto;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }



    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 35px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 70px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 32vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 70%;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 15px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }



    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 45px;
        line-height: 40px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 95%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin: 0 auto;
        margin-top: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }

    /*===================================== EMPRESAS =====================================*/
    .slide-empresas {
        position: relative;
        width: 100%;
        height: auto;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 25px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 50px
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        width: 100%;
        background:#FFF;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        margin: 50px auto;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 25px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-como-funciona {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 100%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 25px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-bottom: 25px;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }


    /*============================ BOLSA DE TRABAJO =============================*/
    .bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: 550px;
        background-color: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo h2 {
        color: #FFF;
        font-family: "D-DINExp-Bold";
        font-size: 50px;
        margin-bottom: 25px;
    }
    .formulario-busqueda-bolsa-de-trabajo {
        /*border: solid 2px #000;*/
    }
    .formulario-busqueda-bolsa-de-trabajo input {
        width: 50%;
        background: #EBEBEB;
    }
    .formulario-busqueda-bolsa-de-trabajo input::placeholder {
        color: #CCC;
        font-family: "D-DIN";
    }
    .boton-buscar-empleo {
        width: 80%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:15px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
        margin-top: 40px;
    }
    .boton-buscar-empleo:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    .texto-campo-bolsa-de-trabajo p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:13px;
        margin-bottom: 15px;
    }
    .trabajos-que-pueden-interesarte {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-trabajos-interesarte h2 {
        color: #707070;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .etiquetas-busqueda {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .boton-etiqueta-busqueda {
        background-color:#FFF;
        border-radius:28px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DINExp-Bold";
        font-size:10px;
        padding:5px 20px;
        text-decoration:none;
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .boton-etiqueta-busqueda:hover {
        background-color:#000;
        color: #FFF;
    }
    .titulo-empresas h2 {
        width: 90%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size: 22px;
        text-align: left;
        margin-bottom: 10px;
    }
    .titulo-empresas p {
        color: #707070;
        font-family: "D-DIN-Bold";
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }
    .items-empresas {
        position: relative;
        display: inlie-flex;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa {
        width: 25%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 5px;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa img {
        width: 100%;
        border-radius: 10px;
    }
    /*========================== FIN BOLSA DE TRABAJO ===========================*/


    /*=======================================INICIA EMPLEOS==================================*/
    .row-empleos {
        margin-bottom: 25px;
    }
    .item-empleo {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        border-bottom: solid 15px #E5EC05;

    }
    .item-empleo h5 {
        color: #707070;
        font-family: "D-DIN";
        font-size:13px;
    }
    .item-empleo h3 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:24px;
    }
    .item-empleo p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .contenedor-recibir-vacantes {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        /*border: solid 2px #E5EC05;*/

    }
    .contenedor-recibir-vacantes h2 {
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
        margin-top: 15px;
    }
    .contenedor-recibir-vacantes b {
        font-family: "D-DIN-Bold";
    }
    .contenedor-recibir-vacantes input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #d9d9d9;
    }
    .contenedor-recibir-vacantes input::placeholder {
        color: #d9d9d9;
        font-family: "D-DIN";
        font-size:14px;
        padding: 15px;
    }
    .boton-recibir-vacantes {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DINExp-Bold";
        font-size:17px;
        padding:5px 20px;
        text-decoration:none;
        margin-top: 15px;
        margin-bottom: 15px;
        border: none;
    }
    .boton-recibir-vacantes:hover {
        background-color:#000;
        color: #FFF;
    }
    .enlace-item-empleo a::hover {
        box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -webkit-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    }
    /*=======================================FINALIZA EMPLEOS==================================*/

    /*===================================INICIA DETALLES DE EMPLEO=============================*/
    .regresar-detalles-empleo {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #d9d9d9;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo {
        position: relative;
        top: 125px;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo h2 {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a:hover {
        color: #056cf2;
    }
    .detalles-de-empleo {
        position: relative;
        width: 100%;
        height: 150px;
        background-color: #056cf2;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec1 h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:34px;
    }
    .detalles-empleo-sec1 p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-de-empleo2 {
        position: relative;
        width: 100%;
        background-color: #d9d9d9;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec2 h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .detalles-empleo-sec2 h3 {
        color: #707070;
        font-family: "D-DIN";
        font-size:22px;
        margin-bottom: 30px;
    }
    .detalles-empleo-sec2 p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-empleo-sec3 {
        position: relative;
        width: 85%;
        margin: 0 auto;
        left: -25px;
        right: 0;
        padding: 0px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec3 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec3 p {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:20px;
    }
    .contenedor-datos-empresa {
        position: relative;
        width: 100%;
        top: 50px;
        margin: 0 auto;
        left: auto;
        right: auto;
        background-color: #d9d9d9;
        /*padding: 15px;*/
        -webkit-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        -moz-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        border-radius: 10px;
        text-align: center;
        margin-bottom: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-datos-empresa img {
        border-radius: 50%;
        border: solid 2px #d9d9d9;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contenedor-datos-empresa h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-bottom: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-postularme {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:22px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
    }
    .boton-postularme:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    /*======================================FINALIZA DETALLES EMPLEO=================================*/
    /*===========================================INICIA CONTACTO======================================*/
    .contacto {
        position: relative;
        width: 100%;
        height: 950px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-contacto {
        position: relative;
        top: 50px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto {
        position: relative;
        height: 475px;
        top: 30px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:28px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input {
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-contacto-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .boton-contacto-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-contacto-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }


    .contacto-datos {
        position: relative;
        width: 100%;
        height: 1150px;
        background: linear-gradient(to top, #FFF 0%, #FFF 30%, #056cf2 30%, #056cf2 100% );
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .contacto-datos h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DINExp";
        font-size:34px;
        top: 80px;
        /*border: solid 2px #000;*/
    }
    .row-contacto-datos {
        position: relative;
        top: 130px;
        background: #d9d9d9;
        border-radius: 5px;
        padding: 0;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto {
        padding: 25px;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto img {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .contenedor-datos-contacto h3 {
        color:#000;
        font-family: "D-DINExp";
        font-size:34px;
    }
    .contenedor-datos-contacto p {
        position: relative;
        color:#707070;
        /*border: solid 1px #000;*/
    }
    .boton-datos-contacto-whatsapp {
        width: 35%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:12px;
        text-align: center;
        font-weight:bold;
        padding:5px 10px;
        text-decoration:none;
        margin-top: 25px;
    }
    .boton-datos-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }

    /*===========================================FINALIZA CONTACTO======================================*/
    /*==============================================INICIA LOGIN========================================*/
    .login {
        position: relative;
        width: 100%;
        height: 650px;
        background: linear-gradient(to top, #FFF 0%, #FFF 95%, #056cf2 95%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-login {
        position: relative;
        height: 50px;
        /*border: solid 2px #000;*/
    }
    .contenido-login h2 {
        width: 60%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .logo-img-login {
        width: 30%;
    }
    .img-login {
        width: 80%;
    }
    .contenido-login-form-links {
        position: relative;
        width: 60%;
        top: 0px;
        margin: 0 auto;
        right: 0;
        height: 50px;
        text-align: center;
        font-family: "D-DIN-Bold";
        margin-bottom: 35px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form-links a {
        margin-left: 0;
        color: #056cf2;
        font-family: "D-DIN-Bold";
    }
    .contenido-login-form-links a:hover {
        color: #707070;
    }
    .contenido-login-form {
        position: relative;
        top: 20px;
        height: 550px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .contenido-login-form label {
        font-family: "D-DINExp";
    }
    .contenido-login-form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        border: solid 2px #707070;
    }
    .boton-iniciar-sesion {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
        margin-bottom: 25px;
    }
    .boton-iniciar-sesion:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-olvide-contrasena {
        width: 100%;
        background-color: transparent;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-olvide-contrasena:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }
    /*=============================================FINALIZA LOGIN=======================================*/
    /*==========================================INICIA CREA TU CUENTA===================================*/
    .crear-cuenta {
        position: relative;
        width: 100%;
        height: 850px;
        background: linear-gradient(to top, #FFF 0%, #FFF 85%, #056cf2 85%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta {
        position: relative;
        height: 560px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
    }
    .contenido-crear-cuenta p {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:12px;
    }
    .contenido-crear-cuenta-form {
        height: 530px;
        background-color: #FFF;
        padding: 5px;
        border-radius: 10px;
        border: solid 0px #E5EC05;
    }
    .contenido-crear-cuenta-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .contenido-crear-cuenta-form p {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .row-form-crear-cuenta {
        position: relative;
        top: 20px;
    }
    .label-crear-cuenta {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .input-crear-cuenta {
        width: 100%;
        height: 40px;
        background-color: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        border: solid 1px #707070;
    }
    .ul-crear-cuenta {
        color: #000;
        font-family: "D-DIN";
        font-size: 12px;
        line-height: 15px;
        padding-left: 15px;
    }
    .boton-crea-un-cv {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-crea-un-cv:hover {
        background-color:#000;
        color: #FFF;
    }
    .letras-peq-crea-una-cuenta p {
        font-size: 12px;
        text-align: center;
        padding: 0;
        line-height: 15px;
        margin-top: 15px;
    }



    .buscas-trabajo-eres-empresa {
        position: relative;
        width: 100%;
        height: 950px;
        background: linear-gradient(to top, #FFF 0%, #FFF 50%, #056cf2 50%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo {
        position: relative;
        height: 405px;
        top: 70px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-buscas-trabajo img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-buscas-trabajo {
        width: 50%;
        background-color: #FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }

    .contenido-eres-empresa {
        position: relative;
        height: 405px;
        top: 100px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-eres-empresa h2 {
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-eres-empresa img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-eres-empresa {
        width: 50%;
        background-color: #056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: #707070;
        color: #FFF;
        border: none;
    }

    .crear-cuenta-empresa {
        position: relative;
        width: 100%;
        height: 1850px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa {
        position: relative;
        width: 100%;
        top: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa img {
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contenido-crear-cuenta-form-empresas {
        height: 1600px;
        background-color: #FFF;
        padding: 25px;
        text-align: left;
        border-radius: 10px;
        border-top: solid 30px #E5EC05;
    }
    .personas label {
      position:relative;   
      cursor:pointer;
      width: 23%;
      height: 10px;
      display: inline-block;
        color: #000;
        font-family: "D-DIN-Bold";
      /*border: solid 1px #000; */
    }
    /*=========================================FINALIZA CREA TU CUENTA==================================*/


}

/*==================================================================MOBILE 360===========================================================*/
@media only screen and (min-width: 321px) and (max-width: 360px) {
    .desktop{
        display: none;
    }
    .responsive{
        display: block;
    }


    .slide-index {
        position: relative;
        width: 100%;
        height: 600px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 150px;
        top: 10px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 30px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        width: 70%;
        margin: 0 auto;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 8px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 20px;
        text-align: left;
        padding-top: 2px;
        padding-left: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 36px;
        line-height: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 95%;
        margin: 50px auto;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }



    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 35px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 70px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 32vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 70%;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 15px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }



    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 45px;
        line-height: 40px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 95%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin: 0 auto;
        margin-top: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }

   


    /*===================================== EMPRESAS =====================================*/
    .slide-empresas {
        position: relative;
        width: 100%;
        height: auto;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 25px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 50px
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        width: 100%;
        background:#FFF;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        margin: 50px auto;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 25px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-como-funciona {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 100%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 25px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-bottom: 25px;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }



    /*============================ BOLSA DE TRABAJO =============================*/
    .bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: 550px;
        background-color: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo h2 {
        color: #FFF;
        font-family: "D-DINExp-Bold";
        font-size: 50px;
        margin-bottom: 25px;
    }
    .formulario-busqueda-bolsa-de-trabajo {
        /*border: solid 2px #000;*/
    }
    .formulario-busqueda-bolsa-de-trabajo input {
        width: 50%;
        background: #EBEBEB;
    }
    .formulario-busqueda-bolsa-de-trabajo input::placeholder {
        color: #CCC;
        font-family: "D-DIN";
    }
    .boton-buscar-empleo {
        width: 80%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:15px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
        margin-top: 40px;
    }
    .boton-buscar-empleo:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    .texto-campo-bolsa-de-trabajo p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:13px;
        margin-bottom: 15px;
    }
    .trabajos-que-pueden-interesarte {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-trabajos-interesarte h2 {
        color: #707070;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .etiquetas-busqueda {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .boton-etiqueta-busqueda {
        background-color:#FFF;
        border-radius:28px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DINExp-Bold";
        font-size:10px;
        padding:5px 20px;
        text-decoration:none;
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .boton-etiqueta-busqueda:hover {
        background-color:#000;
        color: #FFF;
    }
    .titulo-empresas h2 {
        width: 90%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size: 22px;
        text-align: left;
        margin-bottom: 10px;
    }
    .titulo-empresas p {
        color: #707070;
        font-family: "D-DIN-Bold";
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }
    .items-empresas {
        position: relative;
        display: inlie-flex;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa {
        width: 25%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 5px;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa img {
        width: 100%;
        border-radius: 10px;
    }
    /*========================== FIN BOLSA DE TRABAJO ===========================*/


    /*=======================================INICIA EMPLEOS==================================*/
    .row-empleos {
        margin-bottom: 25px;
    }
    .item-empleo {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        border-bottom: solid 15px #E5EC05;

    }
    .item-empleo h5 {
        color: #707070;
        font-family: "D-DIN";
        font-size:13px;
    }
    .item-empleo h3 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:24px;
    }
    .item-empleo p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .contenedor-recibir-vacantes {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        /*border: solid 2px #E5EC05;*/

    }
    .contenedor-recibir-vacantes h2 {
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
        margin-top: 15px;
    }
    .contenedor-recibir-vacantes b {
        font-family: "D-DIN-Bold";
    }
    .contenedor-recibir-vacantes input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #d9d9d9;
    }
    .contenedor-recibir-vacantes input::placeholder {
        color: #d9d9d9;
        font-family: "D-DIN";
        font-size:14px;
        padding: 15px;
    }
    .boton-recibir-vacantes {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DINExp-Bold";
        font-size:17px;
        padding:5px 20px;
        text-decoration:none;
        margin-top: 15px;
        margin-bottom: 15px;
        border: none;
    }
    .boton-recibir-vacantes:hover {
        background-color:#000;
        color: #FFF;
    }
    .enlace-item-empleo a::hover {
        box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -webkit-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    }
    /*=======================================FINALIZA EMPLEOS==================================*/

    /*===================================INICIA DETALLES DE EMPLEO=============================*/
    .regresar-detalles-empleo {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #d9d9d9;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo {
        position: relative;
        top: 125px;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo h2 {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a:hover {
        color: #056cf2;
    }
    .detalles-de-empleo {
        position: relative;
        width: 100%;
        height: 150px;
        background-color: #056cf2;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec1 h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:34px;
    }
    .detalles-empleo-sec1 p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-de-empleo2 {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec2 h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .detalles-empleo-sec2 h3 {
        color: #707070;
        font-family: "D-DIN";
        font-size:22px;
        margin-bottom: 30px;
    }
    .detalles-empleo-sec2 p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-empleo-sec3 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec3 p {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:20px;
    }
    .contenedor-datos-empresa {
        position: relative;
        width: 100%;
        top: 50px;
        background-color: #d9d9d9;
        /*padding: 15px;*/
        -webkit-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        -moz-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        border-radius: 10px;
        text-align: center;
        margin-bottom: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-datos-empresa img {
        border-radius: 50%;
        border: solid 2px #d9d9d9;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contenedor-datos-empresa h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-bottom: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-postularme {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:22px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
    }
    .boton-postularme:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    /*======================================FINALIZA DETALLES EMPLEO=================================*/
    /*===========================================INICIA CONTACTO======================================*/
    .contacto {
        position: relative;
        width: 100%;
        height: 950px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-contacto {
        position: relative;
        top: 50px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto {
        position: relative;
        height: 475px;
        top: 30px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:28px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input {
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-contacto-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .boton-contacto-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-contacto-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }

    .contacto-datos {
        position: relative;
        width: 100%;
        height: 1150px;
        background: linear-gradient(to top, #FFF 0%, #FFF 30%, #056cf2 30%, #056cf2 100% );
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .contacto-datos h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DINExp";
        font-size:34px;
        top: 80px;
        /*border: solid 2px #000;*/
    }
    .row-contacto-datos {
        position: relative;
        top: 130px;
        background: #d9d9d9;
        border-radius: 5px;
        padding: 0;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto {
        padding: 25px;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto img {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .contenedor-datos-contacto h3 {
        color:#000;
        font-family: "D-DINExp";
        font-size:34px;
    }
    .contenedor-datos-contacto p {
        position: relative;
        color:#707070;
        /*border: solid 1px #000;*/
    }
    .boton-datos-contacto-whatsapp {
        width: 35%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:12px;
        text-align: center;
        font-weight:bold;
        padding:5px 10px;
        text-decoration:none;
        margin-top: 25px;
    }
    .boton-datos-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*===========================================FINALIZA CONTACTO======================================*/
    /*==============================================INICIA LOGIN========================================*/
    .login {
        position: relative;
        width: 100%;
        height: 650px;
        background: linear-gradient(to top, #FFF 0%, #FFF 95%, #056cf2 95%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-login {
        position: relative;
        height: 50px;
        /*border: solid 2px #000;*/
    }
    .contenido-login h2 {
        width: 60%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .logo-img-login {
        width: 30%;
    }
    .img-login {
        width: 80%;
    }
    .contenido-login-form-links {
        position: relative;
        width: 60%;
        top: 0px;
        margin: 0 auto;
        right: 0;
        height: 50px;
        text-align: center;
        font-family: "D-DIN-Bold";
        margin-bottom: 35px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form-links a {
        margin-left: 0;
        color: #056cf2;
        font-family: "D-DIN-Bold";
    }
    .contenido-login-form-links a:hover {
        color: #707070;
    }
    .contenido-login-form {
        position: relative;
        top: 20px;
        height: 550px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .contenido-login-form label {
        font-family: "D-DINExp";
    }
    .contenido-login-form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        border: solid 2px #707070;
    }
    .boton-iniciar-sesion {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
        margin-bottom: 25px;
    }
    .boton-iniciar-sesion:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-olvide-contrasena {
        width: 100%;
        background-color: transparent;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-olvide-contrasena:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }
    /*=============================================FINALIZA LOGIN=======================================*/
    /*==========================================INICIA CREA TU CUENTA===================================*/
    .crear-cuenta {
        position: relative;
        width: 100%;
        height: 850px;
        background: linear-gradient(to top, #FFF 0%, #FFF 85%, #056cf2 85%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta {
        position: relative;
        height: 560px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
    }
    .contenido-crear-cuenta p {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:12px;
    }
    .contenido-crear-cuenta-form {
        height: 530px;
        background-color: #FFF;
        padding: 5px;
        border-radius: 10px;
        border: solid 0px #E5EC05;
    }
    .contenido-crear-cuenta-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .contenido-crear-cuenta-form p {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .row-form-crear-cuenta {
        position: relative;
        top: 20px;
    }
    .label-crear-cuenta {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .input-crear-cuenta {
        width: 100%;
        height: 40px;
        background-color: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        border: solid 1px #707070;
    }
    .ul-crear-cuenta {
        color: #000;
        font-family: "D-DIN";
        font-size: 12px;
        line-height: 15px;
        padding-left: 15px;
    }
    .boton-crea-un-cv {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-crea-un-cv:hover {
        background-color:#000;
        color: #FFF;
    }
    .letras-peq-crea-una-cuenta p {
        font-size: 12px;
        text-align: center;
        padding: 0;
        line-height: 15px;
        margin-top: 15px;
    }


    .buscas-trabajo-eres-empresa {
        position: relative;
        width: 100%;
        height: 1040px;
        background: linear-gradient(to top, #FFF 0%, #FFF 50%, #056cf2 50%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo {
        position: relative;
        height: 450px;
        top: 70px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-buscas-trabajo img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-buscas-trabajo {
        width: 50%;
        background-color: #FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }

    .contenido-eres-empresa {
        position: relative;
        height: 405px;
        top: 100px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-eres-empresa h2 {
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-eres-empresa img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-eres-empresa {
        width: 50%;
        background-color: #056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: #707070;
        color: #FFF;
        border: none;
    }


    .crear-cuenta-empresa {
        position: relative;
        width: 100%;
        height: 1850px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa {
        position: relative;
        width: 100%;
        top: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa img {
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contenido-crear-cuenta-form-empresas {
        height: 1500px;
        background-color: #FFF;
        padding: 25px;
        text-align: left;
        border-radius: 10px;
        border-top: solid 30px #E5EC05;
    }
    .personas label {
        position:relative;   
        cursor:pointer;
        width: 23%;
        height: 10px;
        display: inline-block;
        color: #000;
        font-family: "D-DIN-Bold";
        /*border: solid 1px #000; */
    }
    /*=========================================FINALIZA CREA TU CUENTA==================================*/

}

/*==================================================================MOBILE 375===========================================================*/
@media only screen and (min-width: 361px) and (max-width: 375px) {
    .desktop{
        display: none;
    }
    .responsive{
        display: block;
    }



    .slide-index {
        position: relative;
        width: 100%;
        height: 600px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 150px;
        top: 10px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 30px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        width: 70%;
        margin: 0 auto;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 8px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 20px;
        text-align: left;
        padding-top: 2px;
        padding-left: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 36px;
        line-height: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 95%;
        margin: 50px auto;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }



    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 35px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 70px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 32vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 70%;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 15px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }



    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 45px;
        line-height: 40px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 95%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin: 0 auto;
        margin-top: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }



    /*===================================== EMPRESAS =====================================*/
    .slide-empresas {
        position: relative;
        width: 100%;
        height: auto;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 25px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 50px
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        width: 100%;
        background:#FFF;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        margin: 50px auto;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 25px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-como-funciona {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 100%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 25px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-bottom: 25px;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }

    

    /*============================ BOLSA DE TRABAJO =============================*/
    .bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: 550px;
        background-color: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo h2 {
        color: #FFF;
        font-family: "D-DINExp-Bold";
        font-size: 50px;
        margin-bottom: 25px;
    }
    .formulario-busqueda-bolsa-de-trabajo {
        /*border: solid 2px #000;*/
    }
    .formulario-busqueda-bolsa-de-trabajo input {
        width: 50%;
        background: #EBEBEB;
    }
    .formulario-busqueda-bolsa-de-trabajo input::placeholder {
        color: #CCC;
        font-family: "D-DIN";
    }
    .boton-buscar-empleo {
        width: 80%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:15px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
        margin-top: 40px;
    }
    .boton-buscar-empleo:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    .texto-campo-bolsa-de-trabajo p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:13px;
        margin-bottom: 15px;
    }
    .trabajos-que-pueden-interesarte {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-trabajos-interesarte h2 {
        color: #707070;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .etiquetas-busqueda {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .boton-etiqueta-busqueda {
        background-color:#FFF;
        border-radius:28px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DINExp-Bold";
        font-size:10px;
        padding:5px 20px;
        text-decoration:none;
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .boton-etiqueta-busqueda:hover {
        background-color:#000;
        color: #FFF;
    }
    .titulo-empresas h2 {
        width: 90%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size: 22px;
        text-align: left;
        margin-bottom: 10px;
    }
    .titulo-empresas p {
        color: #707070;
        font-family: "D-DIN-Bold";
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }
    .items-empresas {
        position: relative;
        display: inlie-flex;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa {
        width: 25%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 5px;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa img {
        width: 100%;
        border-radius: 10px;
    }
    /*========================== FIN BOLSA DE TRABAJO ===========================*/


    /*=======================================INICIA EMPLEOS==================================*/
    .row-empleos {
        margin-bottom: 25px;
    }
    .item-empleo {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        border-bottom: solid 15px #E5EC05;

    }
    .item-empleo h5 {
        color: #707070;
        font-family: "D-DIN";
        font-size:13px;
    }
    .item-empleo h3 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:24px;
    }
    .item-empleo p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .contenedor-recibir-vacantes {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        /*border: solid 2px #E5EC05;*/

    }
    .contenedor-recibir-vacantes h2 {
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
        margin-top: 15px;
    }
    .contenedor-recibir-vacantes b {
        font-family: "D-DIN-Bold";
    }
    .contenedor-recibir-vacantes input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #d9d9d9;
    }
    .contenedor-recibir-vacantes input::placeholder {
        color: #d9d9d9;
        font-family: "D-DIN";
        font-size:14px;
        padding: 15px;
    }
    .boton-recibir-vacantes {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DINExp-Bold";
        font-size:17px;
        padding:5px 20px;
        text-decoration:none;
        margin-top: 15px;
        margin-bottom: 15px;
        border: none;
    }
    .boton-recibir-vacantes:hover {
        background-color:#000;
        color: #FFF;
    }
    .enlace-item-empleo a::hover {
        box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -webkit-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    }
    /*=======================================FINALIZA EMPLEOS==================================*/

    /*===================================INICIA DETALLES DE EMPLEO=============================*/
    .regresar-detalles-empleo {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #d9d9d9;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo {
        position: relative;
        top: 125px;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo h2 {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a:hover {
        color: #056cf2;
    }
    .detalles-de-empleo {
        position: relative;
        width: 100%;
        height: 150px;
        background-color: #056cf2;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec1 h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:34px;
    }
    .detalles-empleo-sec1 p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-de-empleo2 {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec2 h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .detalles-empleo-sec2 h3 {
        color: #707070;
        font-family: "D-DIN";
        font-size:22px;
        margin-bottom: 30px;
    }
    .detalles-empleo-sec2 p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-empleo-sec3 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec3 p {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:20px;
    }
    .contenedor-datos-empresa {
        position: relative;
        width: 100%;
        top: 50px;
        background-color: #d9d9d9;
        /*padding: 15px;*/
        -webkit-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        -moz-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        border-radius: 10px;
        text-align: center;
        margin-bottom: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-datos-empresa img {
        border-radius: 50%;
        border: solid 2px #d9d9d9;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contenedor-datos-empresa h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-bottom: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-postularme {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:22px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
    }
    .boton-postularme:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    /*======================================FINALIZA DETALLES EMPLEO=================================*/
    /*===========================================INICIA CONTACTO======================================*/
    .contacto {
        position: relative;
        width: 100%;
        height: 980px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-contacto {
        position: relative;
        top: 50px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto {
        position: relative;
        height: 475px;
        top: 30px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:28px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input {
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-contacto-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .boton-contacto-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-contacto-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }

    .contacto-datos {
        position: relative;
        width: 100%;
        height: 1150px;
        background: linear-gradient(to top, #FFF 0%, #FFF 30%, #056cf2 30%, #056cf2 100% );
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .contacto-datos h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DINExp";
        font-size:34px;
        top: 80px;
        /*border: solid 2px #000;*/
    }
    .row-contacto-datos {
        position: relative;
        top: 130px;
        background: #d9d9d9;
        border-radius: 5px;
        padding: 0;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto {
        padding: 25px;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto img {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .contenedor-datos-contacto h3 {
        color:#000;
        font-family: "D-DINExp";
        font-size:34px;
    }
    .contenedor-datos-contacto p {
        position: relative;
        color:#707070;
        /*border: solid 1px #000;*/
    }
    .boton-datos-contacto-whatsapp {
        width: 35%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:12px;
        text-align: center;
        font-weight:bold;
        padding:5px 10px;
        text-decoration:none;
        margin-top: 25px;
    }
    .boton-datos-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*===========================================FINALIZA CONTACTO======================================*/
    /*==============================================INICIA LOGIN========================================*/
    .login {
        position: relative;
        width: 100%;
        height: 650px;
        background: linear-gradient(to top, #FFF 0%, #FFF 93%, #056cf2 93%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-login {
        position: relative;
        height: 50px;
        /*border: solid 2px #000;*/
    }
    .contenido-login h2 {
        width: 60%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .logo-img-login {
        width: 30%;
    }
    .img-login {
        width: 80%;
    }
    .contenido-login-form-links {
        position: relative;
        width: 60%;
        top: 0px;
        margin: 0 auto;
        right: 0;
        height: 50px;
        text-align: center;
        font-family: "D-DIN-Bold";
        margin-bottom: 35px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form-links a {
        margin-left: 0;
        color: #056cf2;
        font-family: "D-DIN-Bold";
    }
    .contenido-login-form-links a:hover {
        color: #707070;
    }
    .contenido-login-form {
        position: relative;
        top: 20px;
        height: 550px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .contenido-login-form label {
        font-family: "D-DINExp";
    }
    .contenido-login-form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        border: solid 2px #707070;
    }
    .boton-iniciar-sesion {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
        margin-bottom: 25px;
    }
    .boton-iniciar-sesion:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-olvide-contrasena {
        width: 100%;
        background-color: transparent;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-olvide-contrasena:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }
    /*=============================================FINALIZA LOGIN=======================================*/
    /*==========================================INICIA CREA TU CUENTA===================================*/
    .crear-cuenta {
        position: relative;
        width: 100%;
        height: 850px;
        background: linear-gradient(to top, #FFF 0%, #FFF 85%, #056cf2 85%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta {
        position: relative;
        height: 560px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
    }
    .contenido-crear-cuenta p {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:12px;
    }
    .contenido-crear-cuenta-form {
        height: 530px;
        background-color: #FFF;
        padding: 5px;
        border-radius: 10px;
        border: solid 0px #E5EC05;
    }
    .contenido-crear-cuenta-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .contenido-crear-cuenta-form p {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .row-form-crear-cuenta {
        position: relative;
        top: 20px;
    }
    .label-crear-cuenta {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .input-crear-cuenta {
        width: 100%;
        height: 40px;
        background-color: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        border: solid 1px #707070;
    }
    .ul-crear-cuenta {
        color: #000;
        font-family: "D-DIN";
        font-size: 12px;
        line-height: 15px;
        padding-left: 15px;
    }
    .boton-crea-un-cv {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-crea-un-cv:hover {
        background-color:#000;
        color: #FFF;
    }
    .letras-peq-crea-una-cuenta p {
        font-size: 12px;
        text-align: center;
        padding: 0;
        line-height: 15px;
        margin-top: 15px;
    }

    .buscas-trabajo-eres-empresa {
        position: relative;
        width: 100%;
        height: 1040px;
        background: linear-gradient(to top, #FFF 0%, #FFF 50%, #056cf2 50%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo {
        position: relative;
        height: 450px;
        top: 70px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-buscas-trabajo img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-buscas-trabajo {
        width: 50%;
        background-color: #FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }

    .contenido-eres-empresa {
        position: relative;
        height: 405px;
        top: 100px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-eres-empresa h2 {
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-eres-empresa img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-eres-empresa {
        width: 50%;
        background-color: #056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: #707070;
        color: #FFF;
        border: none;
    }


    .crear-cuenta-empresa {
        position: relative;
        width: 100%;
        height: 1850px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa {
        position: relative;
        width: 100%;
        top: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa img {
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contenido-crear-cuenta-form-empresas {
        height: 1500px;
        background-color: #FFF;
        padding: 25px;
        text-align: left;
        border-radius: 10px;
        border-top: solid 30px #E5EC05;
    }
    .personas label {
        position:relative;   
        cursor:pointer;
        width: 23%;
        height: 10px;
        display: inline-block;
        color: #000;
        font-family: "D-DIN-Bold";
        /*border: solid 1px #000; */
    }
    /*=========================================FINALIZA CREA TU CUENTA==================================*/


}

/*==================================================================MOBILE 414===========================================================*/
@media only screen and (min-width: 376px) and (max-width: 414px) {
    .desktop{
        display: none;
    }
    .responsive{
        display: block;
    }



    .slide-index {
        position: relative;
        width: 100%;
        height: 650px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 150px;
        top: 10px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 30px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 25px 5px 25px 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        width: 70%;
        margin: 0 auto;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 8px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 20px;
        text-align: left;
        padding-top: 2px;
        padding-left: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 36px;
        line-height: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 95%;
        margin: 50px auto;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }



    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 35px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 130px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 32vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 70%;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 24px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }



    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 45px;
        line-height: 40px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 95%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin: 0 auto;
        margin-top: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }


    /*===================================== EMPRESAS =====================================*/
    .slide-empresas {
        position: relative;
        width: 100%;
        height: auto;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 25px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 50px
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        width: 100%;
        background:#FFF;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        margin: 50px auto;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 25px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-como-funciona {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 100%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 25px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-bottom: 25px;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }


    /*============================ BOLSA DE TRABAJO =============================*/
    .bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: 550px;
        background-color: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo h2 {
        color: #FFF;
        font-family: "D-DINExp-Bold";
        font-size: 50px;
        margin-bottom: 25px;
    }
    .formulario-busqueda-bolsa-de-trabajo {
        /*border: solid 2px #000;*/
    }
    .formulario-busqueda-bolsa-de-trabajo input {
        width: 50%;
        background: #EBEBEB;
    }
    .formulario-busqueda-bolsa-de-trabajo input::placeholder {
        color: #CCC;
        font-family: "D-DIN";
    }
    .boton-buscar-empleo {
        width: 80%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:15px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
        margin-top: 40px;
    }
    .boton-buscar-empleo:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    .texto-campo-bolsa-de-trabajo p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:13px;
        margin-bottom: 15px;
    }
    .trabajos-que-pueden-interesarte {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-trabajos-interesarte h2 {
        color: #707070;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .etiquetas-busqueda {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .boton-etiqueta-busqueda {
        background-color:#FFF;
        border-radius:28px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DINExp-Bold";
        font-size:10px;
        padding:5px 20px;
        text-decoration:none;
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .boton-etiqueta-busqueda:hover {
        background-color:#000;
        color: #FFF;
    }
    .titulo-empresas h2 {
        width: 90%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size: 22px;
        text-align: left;
        margin-bottom: 10px;
    }
    .titulo-empresas p {
        color: #707070;
        font-family: "D-DIN-Bold";
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }
    .items-empresas {
        position: relative;
        display: inlie-flex;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa {
        width: 25%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 5px;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa img {
        width: 100%;
        border-radius: 10px;
    }
    /*========================== FIN BOLSA DE TRABAJO ===========================*/

    /*=======================================INICIA EMPLEOS==================================*/
    .row-empleos {
        margin-bottom: 25px;
    }
    .item-empleo {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        border-bottom: solid 15px #E5EC05;

    }
    .item-empleo h5 {
        color: #707070;
        font-family: "D-DIN";
        font-size:13px;
    }
    .item-empleo h3 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:24px;
    }
    .item-empleo p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .contenedor-recibir-vacantes {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        /*border: solid 2px #E5EC05;*/

    }
    .contenedor-recibir-vacantes h2 {
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
        margin-top: 15px;
    }
    .contenedor-recibir-vacantes b {
        font-family: "D-DIN-Bold";
    }
    .contenedor-recibir-vacantes input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #d9d9d9;
    }
    .contenedor-recibir-vacantes input::placeholder {
        color: #d9d9d9;
        font-family: "D-DIN";
        font-size:14px;
        padding: 15px;
    }
    .boton-recibir-vacantes {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DINExp-Bold";
        font-size:17px;
        padding:5px 20px;
        text-decoration:none;
        margin-top: 15px;
        margin-bottom: 15px;
        border: none;
    }
    .boton-recibir-vacantes:hover {
        background-color:#000;
        color: #FFF;
    }
    .enlace-item-empleo a::hover {
        box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -webkit-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    }
    /*=======================================FINALIZA EMPLEOS==================================*/

    /*===================================INICIA DETALLES DE EMPLEO=============================*/
    .regresar-detalles-empleo {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #d9d9d9;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo {
        position: relative;
        top: 125px;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo h2 {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a:hover {
        color: #056cf2;
    }
    .detalles-de-empleo {
        position: relative;
        width: 100%;
        height: 150px;
        background-color: #056cf2;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec1 h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:34px;
    }
    .detalles-empleo-sec1 p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-de-empleo2 {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec2 h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .detalles-empleo-sec2 h3 {
        color: #707070;
        font-family: "D-DIN";
        font-size:22px;
        margin-bottom: 30px;
    }
    .detalles-empleo-sec2 p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-empleo-sec3 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec3 p {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:20px;
    }
    .contenedor-datos-empresa {
        position: relative;
        width: 100%;
        top: 50px;
        background-color: #d9d9d9;
        /*padding: 15px;*/
        -webkit-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        -moz-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        border-radius: 10px;
        text-align: center;
        margin-bottom: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-datos-empresa img {
        border-radius: 50%;
        border: solid 2px #d9d9d9;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contenedor-datos-empresa h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-bottom: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-postularme {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:22px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
    }
    .boton-postularme:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    /*======================================FINALIZA DETALLES EMPLEO=================================*/
    /*===========================================INICIA CONTACTO======================================*/
    .contacto {
        position: relative;
        width: 100%;
        height: 1080px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-contacto {
        position: relative;
        top: 50px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto {
        position: relative;
        height: 475px;
        top: 30px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:28px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input {
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-contacto-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .boton-contacto-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-contacto-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }

    .contacto-datos {
        position: relative;
        width: 100%;
        height: 1150px;
        background: linear-gradient(to top, #FFF 0%, #FFF 30%, #056cf2 30%, #056cf2 100% );
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .contacto-datos h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DINExp";
        font-size:34px;
        top: 80px;
        /*border: solid 2px #000;*/
    }
    .row-contacto-datos {
        position: relative;
        top: 130px;
        background: #d9d9d9;
        border-radius: 5px;
        padding: 0;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto {
        padding: 25px;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto img {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .contenedor-datos-contacto h3 {
        color:#000;
        font-family: "D-DINExp";
        font-size:34px;
    }
    .contenedor-datos-contacto p {
        position: relative;
        color:#707070;
        /*border: solid 1px #000;*/
    }
    .boton-datos-contacto-whatsapp {
        width: 35%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:12px;
        text-align: center;
        font-weight:bold;
        padding:5px 10px;
        text-decoration:none;
        margin-top: 25px;
    }
    .boton-datos-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*===========================================FINALIZA CONTACTO======================================*/
    /*==============================================INICIA LOGIN========================================*/
    .login {
        position: relative;
        width: 100%;
        height: 650px;
        background: linear-gradient(to top, #FFF 0%, #FFF 93%, #056cf2 93%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-login {
        position: relative;
        height: 50px;
        /*border: solid 2px #000;*/
    }
    .contenido-login h2 {
        width: 60%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .logo-img-login {
        width: 30%;
    }
    .img-login {
        width: 80%;
    }
    .contenido-login-form-links {
        position: relative;
        width: 60%;
        top: 0px;
        margin: 0 auto;
        right: 0;
        height: 50px;
        text-align: center;
        font-family: "D-DIN-Bold";
        margin-bottom: 35px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form-links a {
        margin-left: 0;
        color: #056cf2;
        font-family: "D-DIN-Bold";
    }
    .contenido-login-form-links a:hover {
        color: #707070;
    }
    .contenido-login-form {
        position: relative;
        top: 20px;
        height: 550px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .contenido-login-form label {
        font-family: "D-DINExp";
    }
    .contenido-login-form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        border: solid 2px #707070;
    }
    .boton-iniciar-sesion {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
        margin-bottom: 25px;
    }
    .boton-iniciar-sesion:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-olvide-contrasena {
        width: 100%;
        background-color: transparent;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-olvide-contrasena:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }
    /*=============================================FINALIZA LOGIN=======================================*/
    /*==========================================INICIA CREA TU CUENTA===================================*/
    .crear-cuenta {
        position: relative;
        width: 100%;
        height: 850px;
        background: linear-gradient(to top, #FFF 0%, #FFF 85%, #056cf2 85%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta {
        position: relative;
        height: 560px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
    }
    .contenido-crear-cuenta p {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:12px;
    }
    .contenido-crear-cuenta-form {
        height: 530px;
        background-color: #FFF;
        padding: 5px;
        border-radius: 10px;
        border: solid 0px #E5EC05;
    }
    .contenido-crear-cuenta-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .contenido-crear-cuenta-form p {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .row-form-crear-cuenta {
        position: relative;
        top: 20px;
    }
    .label-crear-cuenta {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .input-crear-cuenta {
        width: 100%;
        height: 40px;
        background-color: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        border: solid 1px #707070;
    }
    .ul-crear-cuenta {
        color: #000;
        font-family: "D-DIN";
        font-size: 12px;
        line-height: 15px;
        padding-left: 15px;
    }
    .boton-crea-un-cv {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-crea-un-cv:hover {
        background-color:#000;
        color: #FFF;
    }
    .letras-peq-crea-una-cuenta p {
        font-size: 12px;
        text-align: center;
        padding: 0;
        line-height: 15px;
        margin-top: 15px;
    }


    .buscas-trabajo-eres-empresa {
        position: relative;
        width: 100%;
        height: 1080px;
        background: linear-gradient(to top, #FFF 0%, #FFF 50%, #056cf2 50%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo {
        position: relative;
        height: 450px;
        top: 70px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-buscas-trabajo img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-buscas-trabajo {
        width: 50%;
        background-color: #FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }

    .contenido-eres-empresa {
        position: relative;
        height: 405px;
        top: 100px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-eres-empresa h2 {
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-eres-empresa img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-eres-empresa {
        width: 50%;
        background-color: #056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: #707070;
        color: #FFF;
        border: none;
    }


    .crear-cuenta-empresa {
        position: relative;
        width: 100%;
        height: 1850px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa {
        position: relative;
        width: 100%;
        top: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa img {
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contenido-crear-cuenta-form-empresas {
        height: 1500px;
        background-color: #FFF;
        padding: 25px;
        text-align: left;
        border-radius: 10px;
        border-top: solid 30px #E5EC05;
    }
    .personas label {
        position:relative;   
        cursor:pointer;
        width: 23%;
        height: 10px;
        display: inline-block;
        color: #000;
        font-family: "D-DIN-Bold";
        /*border: solid 1px #000; */
    }
    /*=========================================FINALIZA CREA TU CUENTA==================================*/
    
}

/*==================================================================MOBILE 428===========================================================*/
@media only screen and (min-width: 415px) and (max-width: 428px) {
    .desktop{
        display: none;
    }
    .responsive{
        display: block;
    }


    .slide-index {
        position: relative;
        width: 100%;
        height: 700px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 150px;
        top: 10px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 30px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 25px 5px 25px 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        width: 70%;
        margin: 0 auto;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 8px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        width: 100%;
        font-family: "D-DIN";
        color: #FFF;
        font-size: 20px;
        text-align: left;
        padding-top: 2px;
        padding-left: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 36px;
        line-height: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 95%;
        margin: 50px auto;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }



    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 35px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 130px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 32vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 70%;
        top: 0;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 24px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }



    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 45px;
        line-height: 40px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 95%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin: 0 auto;
        margin-top: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }



    /*===================================== EMPRESAS =====================================*/
    .slide-empresas {
        position: relative;
        width: 100%;
        height: auto;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 25px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 50px
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 28px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 28px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        width: 100%;
        background:#FFF;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        margin: 50px auto;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 25px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .item-como-funciona {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 100%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 25px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 25px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-bottom: 25px;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }


    /*============================ BOLSA DE TRABAJO =============================*/
    .bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: 550px;
        background-color: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .row-bolsa-de-trabajo h2 {
        color: #FFF;
        font-family: "D-DINExp-Bold";
        font-size: 50px;
        margin-bottom: 25px;
    }
    .formulario-busqueda-bolsa-de-trabajo {
        /*border: solid 2px #000;*/
    }
    .formulario-busqueda-bolsa-de-trabajo input {
        width: 50%;
        background: #EBEBEB;
    }
    .formulario-busqueda-bolsa-de-trabajo input::placeholder {
        color: #CCC;
        font-family: "D-DIN";
    }
    .boton-buscar-empleo {
        width: 80%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:15px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
        margin-top: 40px;
    }
    .boton-buscar-empleo:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    .texto-campo-bolsa-de-trabajo p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:13px;
        margin-bottom: 15px;
    }
    .trabajos-que-pueden-interesarte {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        /*border: solid 2px #000;*/
    }
    .titulo-trabajos-interesarte h2 {
        color: #707070;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .etiquetas-busqueda {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .boton-etiqueta-busqueda {
        background-color:#FFF;
        border-radius:28px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DINExp-Bold";
        font-size:10px;
        padding:5px 20px;
        text-decoration:none;
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .boton-etiqueta-busqueda:hover {
        background-color:#000;
        color: #FFF;
    }
    .titulo-empresas h2 {
        width: 90%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size: 22px;
        text-align: left;
        margin-bottom: 10px;
    }
    .titulo-empresas p {
        color: #707070;
        font-family: "D-DIN-Bold";
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }
    .items-empresas {
        position: relative;
        display: inlie-flex;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa {
        width: 25%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 5px;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .img-logo-empresa img {
        width: 100%;
        border-radius: 10px;
    }
    /*========================== FIN BOLSA DE TRABAJO ===========================*/


    /*=======================================INICIA EMPLEOS==================================*/
    .row-empleos {
        margin-bottom: 25px;
    }
    .item-empleo {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        border-bottom: solid 15px #E5EC05;

    }
    .item-empleo h5 {
        color: #707070;
        font-family: "D-DIN";
        font-size:13px;
    }
    .item-empleo h3 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:24px;
    }
    .item-empleo p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .contenedor-recibir-vacantes {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        /*border: solid 2px #E5EC05;*/

    }
    .contenedor-recibir-vacantes h2 {
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
        margin-top: 15px;
    }
    .contenedor-recibir-vacantes b {
        font-family: "D-DIN-Bold";
    }
    .contenedor-recibir-vacantes input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #d9d9d9;
    }
    .contenedor-recibir-vacantes input::placeholder {
        color: #d9d9d9;
        font-family: "D-DIN";
        font-size:14px;
        padding: 15px;
    }
    .boton-recibir-vacantes {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DINExp-Bold";
        font-size:17px;
        padding:5px 20px;
        text-decoration:none;
        margin-top: 15px;
        margin-bottom: 15px;
        border: none;
    }
    .boton-recibir-vacantes:hover {
        background-color:#000;
        color: #FFF;
    }
    .enlace-item-empleo a::hover {
        box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -webkit-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
    }
    /*=======================================FINALIZA EMPLEOS==================================*/
    /*===================================INICIA DETALLES DE EMPLEO=============================*/
    .regresar-detalles-empleo {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #d9d9d9;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo {
        position: relative;
        top: 125px;
        /*border: solid 2px #000;*/
    }
    .row-regresar-detalles-empleo h2 {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a {
        color: #000;
        font-family: "D-DINExp-Bold";
        font-size: 25px;
    }
    .row-regresar-detalles-empleo a:hover {
        color: #056cf2;
    }
    .detalles-de-empleo {
        position: relative;
        width: 100%;
        height: 150px;
        background-color: #056cf2;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec1 h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:34px;
    }
    .detalles-empleo-sec1 p {
        color: #FFF;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-de-empleo2 {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0px;
        /*border: solid 2px #000;*/
    }
    .detalles-empleo-sec2 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec2 h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .detalles-empleo-sec2 h3 {
        color: #707070;
        font-family: "D-DIN";
        font-size:22px;
        margin-bottom: 30px;
    }
    .detalles-empleo-sec2 p {
        color: #707070;
        font-family: "D-DIN";
        font-size:16px;
    }
    .detalles-empleo-sec3 h1 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .detalles-empleo-sec3 p {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:20px;
    }
    .contenedor-datos-empresa {
        position: relative;
        width: 100%;
        top: 50px;
        background-color: #d9d9d9;
        /*padding: 15px;*/
        -webkit-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        -moz-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
        border-radius: 10px;
        text-align: center;
        margin-bottom: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-datos-empresa img {
        border-radius: 50%;
        border: solid 2px #d9d9d9;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contenedor-datos-empresa h2 {
        color: #000;
        font-family: "D-DIN-Bold";
        font-size:34px;
        margin-bottom: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-postularme {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:22px;
        font-weight:bold;
        text-align: center;
        padding: 8px 0px;
        text-decoration:none;
    }
    .boton-postularme:hover {
        background-color:#000;
        color: #FFF;
        border: none;
    }
    /*======================================FINALIZA DETALLES EMPLEO=================================*/
    /*===========================================INICIA CONTACTO======================================*/
    .contacto {
        position: relative;
        width: 100%;
        height: 1080px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-contacto {
        position: relative;
        top: 50px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto {
        position: relative;
        height: 475px;
        top: 30px;
        /*border: solid 1px #000;*/
    }
    .contenido-contacto h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:28px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input {
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .contenido-contacto input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-contacto-iniciar {
        width: 100%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .boton-contacto-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-contacto-whatsapp {
        width: 100%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:18px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }

    .contacto-datos {
        position: relative;
        width: 100%;
        height: 1150px;
        background: linear-gradient(to top, #FFF 0%, #FFF 30%, #056cf2 30%, #056cf2 100% );
        padding: 10px;
        /*border: solid 2px #000;*/
    }
    .contacto-datos h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DINExp";
        font-size:34px;
        top: 80px;
        /*border: solid 2px #000;*/
    }
    .row-contacto-datos {
        position: relative;
        top: 130px;
        background: #d9d9d9;
        border-radius: 5px;
        padding: 0;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto {
        padding: 25px;
        /*border: solid 1px #000;*/
    }
    .contenedor-datos-contacto img {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .contenedor-datos-contacto h3 {
        color:#000;
        font-family: "D-DINExp";
        font-size:34px;
    }
    .contenedor-datos-contacto p {
        position: relative;
        color:#707070;
        /*border: solid 1px #000;*/
    }
    .boton-datos-contacto-whatsapp {
        width: 35%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:12px;
        text-align: center;
        font-weight:bold;
        padding:5px 10px;
        text-decoration:none;
        margin-top: 25px;
    }
    .boton-datos-contacto-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*===========================================FINALIZA CONTACTO======================================*/
    /*==============================================INICIA LOGIN========================================*/
    .login {
        position: relative;
        width: 100%;
        height: 650px;
        background: linear-gradient(to top, #FFF 0%, #FFF 93%, #056cf2 93%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-login {
        position: relative;
        height: 50px;
        /*border: solid 2px #000;*/
    }
    .contenido-login h2 {
        width: 60%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .logo-img-login {
        width: 30%;
    }
    .img-login {
        width: 80%;
    }
    .contenido-login-form-links {
        position: relative;
        width: 60%;
        top: 0px;
        margin: 0 auto;
        right: 0;
        height: 50px;
        text-align: center;
        font-family: "D-DIN-Bold";
        margin-bottom: 35px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form-links a {
        margin-left: 0;
        color: #056cf2;
        font-family: "D-DIN-Bold";
    }
    .contenido-login-form-links a:hover {
        color: #707070;
    }
    .contenido-login-form {
        position: relative;
        top: 20px;
        height: 550px;
        /*border: solid 2px #000;*/
    }
    .contenido-login-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .contenido-login-form label {
        font-family: "D-DINExp";
    }
    .contenido-login-form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 5px;
        border: none;
        margin-bottom: 15px;
        border: solid 2px #707070;
    }
    .boton-iniciar-sesion {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
        margin-bottom: 25px;
    }
    .boton-iniciar-sesion:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-olvide-contrasena {
        width: 100%;
        background-color: transparent;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#707070;
        font-family: "D-DIN";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-olvide-contrasena:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }
    /*=============================================FINALIZA LOGIN=======================================*/
    /*==========================================INICIA CREA TU CUENTA===================================*/
    .crear-cuenta {
        position: relative;
        width: 100%;
        height: 850px;
        background: linear-gradient(to top, #FFF 0%, #FFF 85%, #056cf2 85%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta {
        position: relative;
        top: 150px;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta {
        position: relative;
        height: 560px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-crear-cuenta h2 {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:38px;
        margin-top: 25px;
    }
    .contenido-crear-cuenta p {
        width: 100%;
        color: #FFF;
        font-family: "D-DIN";
        font-size:12px;
    }
    .contenido-crear-cuenta-form {
        height: 530px;
        background-color: #FFF;
        padding: 5px;
        border-radius: 10px;
        border: solid 0px #E5EC05;
    }
    .contenido-crear-cuenta-form h2 {
        width: 100%;
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .contenido-crear-cuenta-form p {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .row-form-crear-cuenta {
        position: relative;
        top: 20px;
    }
    .label-crear-cuenta {
        width: 100%;
        color: #000;
        font-family: "D-DIN";
        font-size:16px;
    }
    .input-crear-cuenta {
        width: 100%;
        height: 40px;
        background-color: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        border: solid 1px #707070;
    }
    .ul-crear-cuenta {
        color: #000;
        font-family: "D-DIN";
        font-size: 12px;
        line-height: 15px;
        padding-left: 15px;
    }
    .boton-crea-un-cv {
        width: 100%;
        background-color:#E5EC05;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-family: "D-DIN-Bold";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-crea-un-cv:hover {
        background-color:#000;
        color: #FFF;
    }
    .letras-peq-crea-una-cuenta p {
        font-size: 12px;
        text-align: center;
        padding: 0;
        line-height: 15px;
        margin-top: 15px;
    }


    .buscas-trabajo-eres-empresa {
        position: relative;
        width: 100%;
        height: 1150px;
        background: linear-gradient(to top, #FFF 0%, #FFF 50%, #056cf2 50%, #056cf2 100% );
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo {
        position: relative;
        height: 450px;
        top: 70px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-buscas-trabajo h2 {
        color: #FFF;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-buscas-trabajo img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-buscas-trabajo {
        width: 50%;
        background-color: #FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: transparent;
        color: #000;
        border: none;
    }

    .contenido-eres-empresa {
        position: relative;
        height: 405px;
        top: 180px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenido-eres-empresa h2 {
        color: #056cf2;
        font-family: "D-DIN-Bold";
        font-size:38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .contenido-eres-empresa img {
        width: 80%;
        /*border: solid 2px #000;*/
    }
    .boton-eres-empresa {
        width: 50%;
        background-color: #056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN-Bold";
        font-size:16px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        border: none;
    }
    .boton-eres-empresa:hover {
        background-color: #707070;
        color: #FFF;
        border: none;
    }



    .crear-cuenta-empresa {
        position: relative;
        width: 100%;
        height: 1850px;
        background: #056cf2;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa {
        position: relative;
        width: 100%;
        top: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .row-crear-cuenta-empresa img {
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contenido-crear-cuenta-form-empresas {
        height: 1500px;
        background-color: #FFF;
        padding: 25px;
        text-align: left;
        border-radius: 10px;
        border-top: solid 30px #E5EC05;
    }
    .personas label {
        position:relative;   
        cursor:pointer;
        width: 23%;
        height: 10px;
        display: inline-block;
        color: #000;
        font-family: "D-DIN-Bold";
        /*border: solid 1px #000; */
    }
    /*=========================================FINALIZA CREA TU CUENTA==================================*/

}


/*====================================================================================================================================================================================
======================================================================================================================================================================================

============================================================================           DESKTOP         ===============================================================================

======================================================================================================================================================================================
====================================================================================================================================================================================*/


/*==================================================================DESKTOP 1024===========================================================*/
@media only screen and (min-width: 901px) and (max-width: 1024px) {
    .desktop{
        display: block;
    }
    .responsive{
        display: none;
    }
    
    
}

/*==================================================================DESKTOP 1280===========================================================*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .desktop{
        display: block;
    }
    .responsive{
        display: none;
    }


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA INDEX 
    * ----------------------------------------------------------------------------------------
    */
    .slide-index {
        position: relative;
        width: 100%;
        height: 650px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        top: 90px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 350px;
        top: 150px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 60px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 23px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 30%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 100px;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 14vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 73%;
        top: 130px;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 26.5px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }


    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 35px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 30%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA INDEX
    * ----------------------------------------------------------------------------------------
    */


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */
    .slide-empresas {
        position: relative;
        width: 100%;
        height: 650px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 250px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 50px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 50px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 150px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        position: relative;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 60px;
        top: 150px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        position: relative;
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 60px;
        top: 130px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        top: 150px;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        width: 85%;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        background:#FFF;
        border-radius: 10px;
        padding: 50px;
        text-align: center;
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-como-funciona {
        width: 31%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 30%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 30px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 48%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 48%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */

    
}


/*==================================================================DESKTOP 1366===========================================================*/
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .desktop{
        display: block;
    }
    .responsive{
        display: none;
    }





}



/*==================================================================DESKTOP 1440===========================================================*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .desktop{
        display: block;
    }
    .responsive{
        display: none;
    }
    


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA INDEX 
    * ----------------------------------------------------------------------------------------
    */
    .slide-index {
        position: relative;
        width: 100%;
        height: 650px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        top: 90px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 350px;
        top: 150px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 60px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 23px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 30%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 100px;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 14vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 73%;
        top: 130px;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 26.5px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }


    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 35px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 30%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA INDEX
    * ----------------------------------------------------------------------------------------
    */


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */
    .slide-empresas {
        position: relative;
        width: 100%;
        height: 650px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 250px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 50px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 50px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 150px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        position: relative;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 60px;
        top: 150px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        position: relative;
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 60px;
        top: 130px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        top: 150px;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        width: 85%;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        background:#FFF;
        border-radius: 10px;
        padding: 50px;
        text-align: center;
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-como-funciona {
        width: 31%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 30%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 30px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 48%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 48%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */


}


/*==================================================================DESKTOP 1539===========================================================*/
@media only screen and (min-width: 1441px) and (max-width: 1536px) {
    .desktop{
        display: block;
    }
    .responsive{
        display: none;
    }
    

    /*
    * ----------------------------------------------------------------------------------------
    * INICIA INDEX 
    * ----------------------------------------------------------------------------------------
    */
    .slide-index {
        position: relative;
        width: 100%;
        height: 650px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        top: 90px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 350px;
        top: 150px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 60px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 23px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 30%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 100px;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 14vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 73%;
        top: 130px;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 26.5px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }


    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 35px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 30%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA INDEX
    * ----------------------------------------------------------------------------------------
    */


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */
    .slide-empresas {
        position: relative;
        width: 100%;
        height: 650px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 250px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 50px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 50px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 150px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        position: relative;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 60px;
        top: 150px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        position: relative;
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 60px;
        top: 130px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        top: 150px;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        width: 85%;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        background:#FFF;
        border-radius: 10px;
        padding: 50px;
        text-align: center;
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-como-funciona {
        width: 31%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 30%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 30px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 48%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 48%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */


}


/*==================================================================DESKTOP 1920===========================================================*/
@media only screen and (min-width: 1537px) and (max-width: 1920px) {
    .desktop{
        display: block;
    }
    .responsive{
        display: none;
    }
    .cuadro-azul-padding2 h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding-top: 10px;
        left: 12px;
        /*border: solid 2px #000;*/
    }


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA INDEX 
    * ----------------------------------------------------------------------------------------
    */
    .slide-index {
        position: relative;
        width: 100%;
        height: 925px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        top: 90px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 350px;
        top: 150px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 60px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 23px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 30%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 100px;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 14vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 73%;
        top: 130px;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 26.5px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }


    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 35px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 30%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA INDEX
    * ----------------------------------------------------------------------------------------
    */


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */
    .slide-empresas {
        position: relative;
        width: 100%;
        height: 925px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 100%;
        height: 400px;
        top: 250px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 50px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 50px;
    }
    .boton-slide-iniciar-empresas {
        width: 82%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 100%;
        height: 400px;
        top: 150px;
        left: 50px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        position: relative;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 60px;
        top: 150px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        position: relative;
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 60px;
        top: 130px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 82%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        top: 150px;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        width: 85%;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        background:#FFF;
        border-radius: 10px;
        padding: 50px;
        text-align: center;
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-como-funciona {
        width: 31%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 30%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 30px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 48%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 48%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */


}




/*==================================================================DESKTOP 2560===========================================================*/
@media only screen and (min-width: 1925px) and (max-width: 2560px) {
    .desktop{
        display: block;
    }
    .responsive{
        display: none;
    }
    


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA INDEX 
    * ----------------------------------------------------------------------------------------
    */
    .slide-index {
        position: relative;
        width: 100%;
        height: 1240px;
        /*border: solid 2px #000;*/
    }
    .container-slide {
        position: relative;
        top: 90px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide {
        position: relative;
        width: 100%;
        height: 350px;
        top: 150px;
        text-align: center;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide h1 {
        font-family: "D-DINExp-Bold";
        color: #707070;
        font-size: 60px;
    }
    .boton-slide-iniciar {
        width: 90%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-atraccion-bolsa {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .contenedor-atraccion-de-talento {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-de-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        /*border: solid 2px #000;*/
    }
    .cuadro-blanco {
        width: 20%;
        height: 80px;
        background-color: #FFF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 23px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 {
        width: 80%;
        height: 80px;
        background-color: #056cf2;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border: solid 2px #000;*/
    }
    .cuadro-azul-padding2 h2 {
        font-family: "D-DIN";
        color: #FFF;
        font-size: 25px;
        text-align: left;
        padding: 10px;
        /*border: solid 2px #000;*/
    }


    .seccion-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #056cf2;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-publica-vacante img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-publica-vacante p {
        font-family: "D-DINExp";
        color: #FFF;    
        font-size: 35px;
    }
    .contenedor-publica-vacante span {
        font-family: "D-DINExp-Bold";
        color: #FFF;    
    }
    .boton-publica-vacante {
        width: 30%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-publica-vacante:hover {
        background-color:#000;
        color: #FFF;
    }


    .seccion-reclutamiento-seleccion-personal {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .titulo-de-seccion-reclutamiento-seleccion-personal h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-reclutamiento-seleccion-personal {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 50px;
        /*border: solid 2px #000;*/
    }
    .item-reclutamiento-seleccion-personal img {
        width: 100%;
        border-radius: 50px;
    }
    .numero-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 27%;
        padding: 0;
        top: 100px;
        /*border: solid 2px #000;*/
    }
    .numero-item-reclutamiento-seleccion-personal p {
        color:#056cf2;
        font-size: 14vw;
        font-family: "D-DINExp-Bold";
        padding: 0;
    }
    .texto-item-reclutamiento-seleccion-personal {
        position: relative;
        width: 73%;
        top: 130px;
        /*border: solid 2px #000;*/
    }
    .texto-item-reclutamiento-seleccion-personal p {
        color:#707070;
        font-size: 26.5px;
        font-family: "D-DINExp-Bold";
        text-align: left;
    }


    .seccion-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /*border: solid 2px #000;*/
    }
    .contenedor-bolsa-trabajo img {
        width: 20%;
        margin-right: 25px;
    }
    .contenedor-bolsa-trabajo p {
        font-family: "D-DINExp";
        color: #056cf2; 
        font-size: 35px;
    }
    .contenedor-bolsa-trabajo span {
        font-family: "D-DINExp-Bold";
        color: #056cf2; 
    }
    .boton-bolsa-trabajo {
        width: 30%;
        background: transparent;
        border-radius:5px;
        border: solid 2px #056cf2;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-left: 25px;
    }
    .boton-bolsa-trabajo:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA INDEX
    * ----------------------------------------------------------------------------------------
    */


    /*
    * ----------------------------------------------------------------------------------------
    * INICIA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */
    .slide-empresas {
        position: relative;
        width: 100%;
        height: 1240px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas {
        position: relative;
        width: 80%;
        height: 400px;
        top: 550px;
        left: 250px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas h1 {
        font-family: "D-DINExp-Bold";
        color: #FFF;
        font-size: 50px;
    }
    .contenedor-texto-slide-empresas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 50px;
    }
    .boton-slide-iniciar-empresas {
        width: 80%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-slide-iniciar-empresas:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas img {
        position: relative;
        width: 98%;
        top: 50px;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco {
        position: relative;
        width: 80%;
        height: 400px;
        top: 450px;
        left:250px;
        text-align: left;
        /*border: solid 2px #000;*/
    }
    .contenedor-texto-slide-empresas-blanco h1 {
        position: relative;
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 60px;
        top: 150px;
    }
    .contenedor-texto-slide-empresas-blanco h2 {
        position: relative;
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 60px;
        top: 130px;
    }
    .boton-slide-iniciar-empresas-blanco {
        position: relative;
        width: 60%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        top: 150px;
    }
    .boton-slide-iniciar-empresas-blanco:hover {
        background-color:#000;
        color: #FFF;
    }
    .contenedor-texto-slide-img-empresas-blanco img {
        width: 85%;
        /*border: solid 2px #000;*/
    }

    .como-funciona {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
        padding: 100px;
        /*border: solid 2px #000;*/
    }
    .row-como-funciona {
        background:#FFF;
        border-radius: 10px;
        padding: 50px;
        text-align: center;
    }
    .titulo-de-seccion-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 45px;
        text-align: center;
        margin-bottom: 150px;
    }
    .item-como-funciona {
        width: 31%;
        padding: 20px;
        border-radius: 10px;
        border: solid 3px #056cf2;
        text-align: center;
        margin: 0 auto;
    }
    .item-como-funciona img {
        width: 50%;
    }

    .item-como-funciona h2 {
        font-family: "D-DINExp-Bold";
        color: #056cf2;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .item-como-funciona p {
        font-family: "D-DINExp";
        color: #056cf2;
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }
    .boton-como-funciona-iniciar {
        width: 30%;
        background-color:#056cf2;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:25px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-top: 60px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }


    .tienes-dudas {
        position: relative;
        width: 100%;
        height: auto;
        background: #056cf2;
        padding: 50px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas h2 {
        font-family: "D-DINExp";
        color: #FFF;
        font-size: 30px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tienes-dudas input {
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        border-radius: 10px;
        border: none;
        margin-bottom: 15px;
        /*border: solid 2px #000;*/
    }
    .tienes-dudas input::placeholder {
        color: #FFF;
        font-family: "D-DINExp";
        font-size: 24px;
        padding: 25px;
        /*border: solid 2px #000;*/
    }
    .boton-tienes-dudas-iniciar {
        width: 48%;
        background-color:#FFF;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#056cf2;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        margin-right: 15px;
    }
    .boton-como-funciona-iniciar:hover {
        background-color:#000;
        color: #FFF;
    }
    .boton-tienes-dudas-whatsapp {
        width: 48%;
        background-color:#707070;
        border-radius:5px;
        display:inline-block;
        cursor:pointer;
        color:#FFF;
        font-family: "D-DIN";
        font-size:24px;
        text-align: center;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
    }
    .boton-como-funciona-whatsapp:hover {
        background-color:#000;
        color: #FFF;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * FINALIZA EMPRESAS
    * ----------------------------------------------------------------------------------------
    */


}